From 19111d71411b66f46cda97eb22b56de970121535 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 17 Apr 2008 21:37:57 +0000 Subject: [PATCH] Add some incomplete statements to GMSD (Garmin special data) fields. --- xmldoc/chapters/styles.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/xmldoc/chapters/styles.xml b/xmldoc/chapters/styles.xml index 123786bc2..2f7e2e9c7 100644 --- a/xmldoc/chapters/styles.xml +++ b/xmldoc/chapters/styles.xml @@ -1180,6 +1180,42 @@ example: ROUTE_NAME The name of the route currently being operated on. Needs string conversion.example:ROUTE_NAME, "", "%s" +
+STREET_NAME +Street address including house number. +example:STREET_ADDR, "", "%s" +
+ +
+CITY +The name of a city. Sometimes part of "Points of Interest". +example:CITY, "", "%s" +
+ +
+COUNTRY +....... +example:COUNTRY, "", "%s" +
+ +
+FACILITY +....... +example:FACILITY, "", "%s" +
+ +
+PHONE_NR +....... +example:PHONE_NR, "", "%s" +
+ +
+POSTAL_CODE +....... +example:POSTAL_CODE, "", "%s" +
+
-- 2.30.2